[INFO] fetching crate matamorph 0.2.0...
[INFO] fixing matamorph-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate matamorph 0.2.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate matamorph 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate matamorph 0.2.0
[INFO] tweaked toml for crates.io crate matamorph 0.2.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate matamorph 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate matamorph 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded generator v0.8.7
[INFO] [stderr]   Downloaded mdarray v0.8.0
[INFO] [stderr]   Downloaded spindle v0.2.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343
[INFO] running `Command { std: "docker" "start" "e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking matamorph v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:846:17
[INFO] [stdout]     |
[INFO] [stdout] 846 |         let b = nalgebra::dmatrix![5.0, 6.0; 7.0, 8.0];
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:845:17
[INFO] [stdout]     |
[INFO] [stdout] 845 |         let a = faer::mat![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:803:17
[INFO] [stdout]     |
[INFO] [stdout] 803 |         let a = faer::mat![[1.0], [2.0], [3.0], [4.0]];
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:792:17
[INFO] [stdout]     |
[INFO] [stdout] 792 |         let a = ndarray::array![[1.0, 2.0, 3.0, 4.0, 5.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:784:17
[INFO] [stdout]     |
[INFO] [stdout] 784 |         let a = ndarray::array![[7.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:774:17
[INFO] [stdout]     |
[INFO] [stdout] 774 |         let a = ndarray::array![[42.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:760:38
[INFO] [stdout]     |
[INFO] [stdout] 760 |             let sliced = a.slice_mut(ndarray::s![1..3, 1..3]);
[INFO] [stdout]     |                                      ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:746:21
[INFO] [stdout]     |
[INFO] [stdout] 746 |         let mut a = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:734:21
[INFO] [stdout]     |
[INFO] [stdout] 734 |         let mut a = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:723:30
[INFO] [stdout]     |
[INFO] [stdout] 723 |         let sliced = a.slice(ndarray::s![..;2, ..]);
[INFO] [stdout]     |                              ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:721:17
[INFO] [stdout]     |
[INFO] [stdout] 721 |         let a = ndarray::array![[1.0, 2.0], [3.0, 4.0], [5.0, 6.0], [7.0, 8.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:710:30
[INFO] [stdout]     |
[INFO] [stdout] 710 |         let sliced = a.slice(ndarray::s![.., ..;2]);
[INFO] [stdout]     |                              ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:704:17
[INFO] [stdout]     |
[INFO] [stdout] 704 |         let a = ndarray::array![
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:688:17
[INFO] [stdout]     |
[INFO] [stdout] 688 |         let a = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:677:17
[INFO] [stdout]     |
[INFO] [stdout] 677 |         let a = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:665:17
[INFO] [stdout]     |
[INFO] [stdout] 665 |         let a = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:484:17
[INFO] [stdout]     |
[INFO] [stdout] 484 |         let z = nalgebra::matrix![1, 2; 3, 4];
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:444:21
[INFO] [stdout]     |
[INFO] [stdout] 444 |         let mut a = ndarray::array![[1.0, 2.0, 10.], [3.0, 4.0, 10.], [5.0, 6.0, 10.]];
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:431:21
[INFO] [stdout]     |
[INFO] [stdout] 431 |         let mut a = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:418:21
[INFO] [stdout]     |
[INFO] [stdout] 418 |         let mut a = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:393:29
[INFO] [stdout]     |
[INFO] [stdout] 393 |         let original_faer = faer::mat![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]];
[INFO] [stdout]     |                             ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:385:24
[INFO] [stdout]     |
[INFO] [stdout] 385 |         let original = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0], [7.0, 8.0, 9.0]];
[INFO] [stdout]     |                        ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:375:17
[INFO] [stdout]     |
[INFO] [stdout] 375 |         let a = nalgebra::dmatrix![1.0, 2.0; 3.0, 4.0];
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:365:17
[INFO] [stdout]     |
[INFO] [stdout] 365 |         let a = nalgebra::dmatrix![1.0, 2.0, 3.0; 4.0, 5.0, 6.0];
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:345:17
[INFO] [stdout]     |
[INFO] [stdout] 345 |         let a = faer::mat![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:335:17
[INFO] [stdout]     |
[INFO] [stdout] 335 |         let a = faer::mat![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:325:17
[INFO] [stdout]     |
[INFO] [stdout] 325 |         let a = faer::mat![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:272:21
[INFO] [stdout]     |
[INFO] [stdout] 272 |         let mut a = ndarray::array![[1.0, 2.0, 10.], [3.0, 4.0, 10.], [5.0, 6.0, 10.]];
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:263:17
[INFO] [stdout]     |
[INFO] [stdout] 263 |         let a = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:252:17
[INFO] [stdout]     |
[INFO] [stdout] 252 |         let a = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let a = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:189:24
[INFO] [stdout]     |
[INFO] [stdout] 189 |         let original = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                        ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 139 |         let a = ndarray::array![[1.0, 2.0], [3.0, 4.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |         let a = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |         let a = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let a = ndarray::array![[1.0, 2.0, 3.0], [4.0, 5.0, 6.0]];
[INFO] [stdout]    |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:34:21
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut a = mdarray::Tensor::<f64, (mdarray::Const<2>, mdarray::Const<3>)>::from_elem(
[INFO] [stdout]    |                     ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/mod.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 |         let a = nalgebra::DMatrix::from_row_slice(2, 3, &[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]);
[INFO] [stdout]    |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]   --> tests/mod.rs:74:17
[INFO] [stdout]    |
[INFO] [stdout] 74 |         let a = faer::Mat::from_fn(2, 3, |i, j| (i * 3 + j + 1) as f64);
[INFO] [stdout]    |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]   --> tests/mod.rs:86:17
[INFO] [stdout]    |
[INFO] [stdout] 86 |         let a = faer::Mat::from_fn(3, 2, |_i, _j| 7.0);
[INFO] [stdout]    |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]   --> tests/mod.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |         let a = faer::Mat::from_fn(2, 3, |i, j| (i * 3 + j + 1) as f64);
[INFO] [stdout]    |                 ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:146:17
[INFO] [stdout]     |
[INFO] [stdout] 146 |         let a = mdarray::DTensor::<f64, 2>::from_elem([3, 2], 7.0);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:155:21
[INFO] [stdout]     |
[INFO] [stdout] 155 |         let mut a = mdarray::DTensor::<f64, 2>::from_elem([2, 2], 0.0);
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:167:17
[INFO] [stdout]     |
[INFO] [stdout] 167 |         let a = nalgebra::DMatrix::from_row_slice(2, 3, &[1.0, 2.0, 3.0, 4.0, 5.0, 6.0]);
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |         let a = nalgebra::DMatrix::from_element(4, 3, 9.0);
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:208:28
[INFO] [stdout]     |
[INFO] [stdout] 208 |         let mut original = mdarray::DTensor::<f64, 2>::from_elem([3, 3], 0.0);
[INFO] [stdout]     |                            ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:227:24
[INFO] [stdout]     |
[INFO] [stdout] 227 |         let original = nalgebra::DMatrix::from_row_slice(2, 2, &[1.0, 2.0, 3.0, 4.0]);
[INFO] [stdout]     |                        ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:282:17
[INFO] [stdout]     |
[INFO] [stdout] 282 |         let a = mdarray::DTensor::<f64, 2>::from_elem([2, 3], 5.0);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:292:21
[INFO] [stdout]     |
[INFO] [stdout] 292 |         let mut a = mdarray::DTensor::<f64, 2>::from_elem([2, 2], 0.0);
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:306:17
[INFO] [stdout]     |
[INFO] [stdout] 306 |         let a = mdarray::DTensor::<f32, 2>::from_elem([3, 3], 2.0);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:309:17
[INFO] [stdout]     |
[INFO] [stdout] 309 |         let a = mdarray::DTensor::<f64, 2>::from_fn([m, n], |i| (i[0] * i[1] + i[0] + 1) as f64);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:355:17
[INFO] [stdout]     |
[INFO] [stdout] 355 |         let a = nalgebra::DMatrix::from_row_slice(2, 2, &[1.0, 2.0, 3.0, 4.0]);
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:459:21
[INFO] [stdout]     |
[INFO] [stdout] 459 |         let mut a = mdarray::DTensor::<f64, 2>::from_elem([2, 3], 1.0);
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |         let mut a = mdarray::DTensor::<f64, 2>::from_elem([3, 2], 2.0);
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:488:21
[INFO] [stdout]     |
[INFO] [stdout] 488 |         let mut a = mdarray::DTensor::<f64, 2>::from_elem([3, 3], 0.0);
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:506:21
[INFO] [stdout]     |
[INFO] [stdout] 506 |         let mut a = faer::Mat::<f64>::zeros(2, 2);
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:518:21
[INFO] [stdout]     |
[INFO] [stdout] 518 |         let mut a = faer::Mat::<f64>::zeros(3, 2);
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:531:21
[INFO] [stdout]     |
[INFO] [stdout] 531 |         let mut a = faer::Mat::<f64>::zeros(3, 3);
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:542:21
[INFO] [stdout]     |
[INFO] [stdout] 542 |         let mut a = nalgebra::DMatrix::zeros(2, 3);
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:554:21
[INFO] [stdout]     |
[INFO] [stdout] 554 |         let mut a = nalgebra::DMatrix::zeros(3, 3);
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:568:21
[INFO] [stdout]     |
[INFO] [stdout] 568 |         let mut a = nalgebra::DMatrix::zeros(2, 2);
[INFO] [stdout]     |                     ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:584:21
[INFO] [stdout]     |
[INFO] [stdout] 584 |         let mut a = ndarray::Array2::<f64>::zeros((3, 3));
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:606:17
[INFO] [stdout]     |
[INFO] [stdout] 606 |         let a = ndarray::Array2::<f64>::zeros((2, 5));
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:616:17
[INFO] [stdout]     |
[INFO] [stdout] 616 |         let a = mdarray::DTensor::<f64, 2>::from_elem([7, 3], 1.0);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:623:17
[INFO] [stdout]     |
[INFO] [stdout] 623 |         let a = ndarray::Array2::<f64>::from_elem((1, 10), 5.0);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:633:17
[INFO] [stdout]     |
[INFO] [stdout] 633 |         let a = nalgebra::DMatrix::from_element(8, 1, 3.0);
[INFO] [stdout]     |                 ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]    --> tests/mod.rs:642:21
[INFO] [stdout]     |
[INFO] [stdout] 642 |         let mut a = faer::Mat::<f64>::zeros(10, 2);
[INFO] [stdout]     |                     ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:653:17
[INFO] [stdout]     |
[INFO] [stdout] 653 |         let a = ndarray::Array2::<f64>::from_elem((7, 3), 8.0);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:758:21
[INFO] [stdout]     |
[INFO] [stdout] 758 |         let mut a = ndarray::Array2::<f64>::zeros((4, 4));
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:812:17
[INFO] [stdout]     |
[INFO] [stdout] 812 |         let a = ndarray::Array2::<f64>::zeros((100, 50));
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:822:17
[INFO] [stdout]     |
[INFO] [stdout] 822 |         let a = mdarray::DTensor::<f64, 2>::from_elem([80, 120], 1.5);
[INFO] [stdout]     |                 ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:831:21
[INFO] [stdout]     |
[INFO] [stdout] 831 |             let a = ndarray::Array2::<f64>::eye(size);
[INFO] [stdout]     |                     ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `matamorph::mut_::MataConvertMut`
[INFO] [stdout]  --> tests/mod.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 |     use matamorph::mut_::MataConvertMut;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `matamorph::own::MataConvertOwn`
[INFO] [stdout]  --> tests/mod.rs:4:9
[INFO] [stdout]   |
[INFO] [stdout] 4 |     use matamorph::own::MataConvertOwn;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `matamorph::ref_::MataConvertRef`
[INFO] [stdout]  --> tests/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use matamorph::ref_::MataConvertRef;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:35:14
[INFO] [stdout]    |
[INFO] [stdout] 35 |             (mdarray::Const::<2>, mdarray::Const::<3>),
[INFO] [stdout]    |              ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:35:35
[INFO] [stdout]    |
[INFO] [stdout] 35 |             (mdarray::Const::<2>, mdarray::Const::<3>),
[INFO] [stdout]    |                                   ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]   --> tests/mod.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 |         let b: faer::Mat<f64> = a.to_faer();
[INFO] [stdout]    |                ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:34:45
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut a = mdarray::Tensor::<f64, (mdarray::Const<2>, mdarray::Const<3>)>::from_elem(
[INFO] [stdout]    |                                             ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:34:64
[INFO] [stdout]    |
[INFO] [stdout] 34 |         let mut a = mdarray::Tensor::<f64, (mdarray::Const<2>, mdarray::Const<3>)>::from_elem(
[INFO] [stdout]    |                                                                ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:850:46
[INFO] [stdout]     |
[INFO] [stdout] 850 |             .to_mdarray::<mdarray::Const<2>, mdarray::Const<2>>();
[INFO] [stdout]     |                                              ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:850:27
[INFO] [stdout]     |
[INFO] [stdout] 850 |             .to_mdarray::<mdarray::Const<2>, mdarray::Const<2>>();
[INFO] [stdout]     |                           ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]   --> tests/mod.rs:44:16
[INFO] [stdout]    |
[INFO] [stdout] 44 |         let b: faer::Mat<f64> = a.to_faer();
[INFO] [stdout]    |                ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `faer` in this scope
[INFO] [stdout]   --> tests/mod.rs:57:16
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let b: faer::Mat<f64> = a.to_faer();
[INFO] [stdout]    |                ^^^^ use of unresolved module or unlinked crate `faer`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `faer`, use `cargo add faer` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:75:16
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let b: ndarray::Array2<f64> = a.to_ndarray();
[INFO] [stdout]    |                ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]   --> tests/mod.rs:87:16
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let b: mdarray::DTensor<f64, 2> = a.to_mdarray();
[INFO] [stdout]    |                ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]   --> tests/mod.rs:96:16
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let b: nalgebra::DMatrix<f64> = a.to_nalgebra();
[INFO] [stdout]    |                ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:111:16
[INFO] [stdout]     |
[INFO] [stdout] 111 |         let b: mdarray::DTensor<f64, 2> = a.to_mdarray();
[INFO] [stdout]     |                ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:123:16
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let b: nalgebra::DMatrix<f64> = a.clone().to_nalgebra();
[INFO] [stdout]     |                ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:140:16
[INFO] [stdout]     |
[INFO] [stdout] 140 |         let b: nalgebra::DMatrix<f64> = a.clone().to_nalgebra();
[INFO] [stdout]     |                ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:147:16
[INFO] [stdout]     |
[INFO] [stdout] 147 |         let b: ndarray::Array2<f64> = a.to_ndarray();
[INFO] [stdout]     |                ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:159:16
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let b: nalgebra::DMatrix<f64> = a.to_nalgebra();
[INFO] [stdout]     |                ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:169:16
[INFO] [stdout]     |
[INFO] [stdout] 169 |         let b: ndarray::Array2<f64> = a.to_ndarray();
[INFO] [stdout]     |                ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:181:16
[INFO] [stdout]     |
[INFO] [stdout] 181 |         let b: mdarray::DTensor<f64, 2> = a.to_mdarray();
[INFO] [stdout]     |                ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:190:24
[INFO] [stdout]     |
[INFO] [stdout] 190 |         let converted: ndarray::Array2<f64> = original
[INFO] [stdout]     |                        ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:193:27
[INFO] [stdout]     |
[INFO] [stdout] 193 |             .to_mdarray::<mdarray::Const<2>, mdarray::Const<2>>()
[INFO] [stdout]     |                           ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:193:46
[INFO] [stdout]     |
[INFO] [stdout] 193 |             .to_mdarray::<mdarray::Const<2>, mdarray::Const<2>>()
[INFO] [stdout]     |                                              ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |         let converted: mdarray::DTensor<f64, 2> =
[INFO] [stdout]     |                        ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:228:24
[INFO] [stdout]     |
[INFO] [stdout] 228 |         let converted: nalgebra::DMatrix<f64> = original
[INFO] [stdout]     |                        ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:231:27
[INFO] [stdout]     |
[INFO] [stdout] 231 |             .to_mdarray::<mdarray::Const<2>, mdarray::Const<2>>()
[INFO] [stdout]     |                           ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `mdarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:231:46
[INFO] [stdout]     |
[INFO] [stdout] 231 |             .to_mdarray::<mdarray::Const<2>, mdarray::Const<2>>()
[INFO] [stdout]     |                                              ^^^^^^^ use of unresolved module or unlinked crate `mdarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `mdarray`, use `cargo add mdarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:655:16
[INFO] [stdout]     |
[INFO] [stdout] 655 |         let b: nalgebra::DMatrix<f64> = a.to_nalgebra();
[INFO] [stdout]     |                ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `nalgebra` in this scope
[INFO] [stdout]    --> tests/mod.rs:785:16
[INFO] [stdout]     |
[INFO] [stdout] 785 |         let b: nalgebra::DMatrix<f64> = a.to_nalgebra();
[INFO] [stdout]     |                ^^^^^^^^ use of unresolved module or unlinked crate `nalgebra`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `nalgebra`, use `cargo add nalgebra` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `matamorph` (test "mod") due to 101 previous errors; 3 warnings emitted
[INFO] [stdout] error[E0433]: cannot find module or crate `ndarray` in this scope
[INFO] [stdout]    --> tests/mod.rs:823:16
[INFO] [stdout]     |
[INFO] [stdout] 823 |         let b: ndarray::Array2<f64> = a.to_ndarray();
[INFO] [stdout]     |                ^^^^^^^ use of unresolved module or unlinked crate `ndarray`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `ndarray`, use `cargo add ndarray` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343", kill_on_drop: false }`
[INFO] [stdout] e872b9bcf1809f53ac6501326a7cecbb0e3cccea329c44d6878ab7227f915343
